home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
TravelingSalesman
/
Source_code
/
drawingFuncs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-26
|
402 b
|
17 lines
/* drawingFuncs.h generated from drawingFuncs.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DRAWINGFUNCS_H
#define DRAWINGFUNCS_H
extern void loadPSProcedures( void );
extern void drawCircle(float x, float y, float radius);
extern void join(float x1, float y1, float x2, float y2);
extern void drawAxes(float x, float y, float width, float height);
#endif DRAWINGFUNCS_H